home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- cursor(200)
- set the keyDownScript to EMPTY
- set the keyUpScript to EMPTY
- preLoadCast()
- end
-
- on doQuit
- sound close 1
- sound close 2
- sound close 3
- sound close 4
- end
-
- on doColDepthQuit
- sound close 1
- sound close 2
- sound close 3
- sound close 4
- if the machineType <> 256 then
- go("macOut")
- else
- go("pcOut")
- end if
- end
-
- on stopMovie
- sound close 1
- sound close 2
- sound close 3
- sound close 4
- set the keyDownScript to EMPTY
- end
-